@charset "UTF-8";

/*忘记密码*/
.forgot-box .login-head{
    justify-content: left;
}
.forgot-link{
    display: inline-block;
    margin-right: 20px;
    color: #666666;
    text-decoration: none;
}

.forgot-content{
    position: relative;
}

.forgot-tips{
    background: #FFF1E5;
    color: #FF7900;
    padding: 5px 13px;
    position: absolute;
    border-radius: 3px;
    z-index: 99;
}

.wrong-phone{
    top:-23px;
}
.wrong-sms{
    top:68px;
}

.forgot-tips .icon{
    display: inline-block;
    height: 18px;
    width: 18px;
    margin:3px 10px 0 0;
}
.forgot-tips .text{
    display: inline-block;
    vertical-align: top;
    margin-top: 3px;
}
.validation-box2{
    display: none;
}
.wrong-pwd-format{
    top:-23px;
    background: #FCE6E6;
    color: #E21313;
}
.wrong-pwd-again{
    top: 70px;
}

/*点击态*/
.iconfanhui{
    cursor: pointer;
}
.iconkekan{
    cursor: pointer;
}














